@charset "UTF-8";
#wrapper {
	width: 1280px;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.holder {
	height: 500px;
}

.header {
	position: relative;
	top: 0px;
    font-family: quasimoda, sans-serif;
    font-size: 110px;
    font-style: normal;
	font-weight: 100;
    color: #000000;
    text-align: left;
}

.terms-cont1{position: relative; top: 248px; font-family: quasimoda, sans-serif; font-size: 21px; font-style: normal; font-weight: 100; line-height: 1.5em; color: #000000; text-align: center;}
.terms-cont{position: absolute; top: 38px; font-family: quasimoda, sans-serif; font-size: 16px; font-style: normal; font-weight: 200; line-height: 1.5em; color: #000000; text-align: left;}
.terms {
	position: absolute;
	top: 290px;
	font-family: quasimoda, sans-serif;
    font-size: 21px;
    font-style: normal;
	font-weight: 400;
    color: #000000;
    text-align: left;
	width: 450px;
	height: 200px;
}



